home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
hdk115l
/
ipflib.hdf
< prev
next >
Wrap
Text File
|
1994-04-12
|
3KB
|
46 lines
;******************************************************************************
; Ver 11.0, Last Update Jan 02, 1994 *
; *
; ipfLIB *
; *
; This library adds functionality to IPF target. (OS/2) *
; *
; The following added functionality is added : *
; *
; Graphic Links. *
; *
;******************************************************************************
.ifdef os2
;******************************************************************************
; Text Attributes *
; *
; boldText - Display text in bold, e.g. - ~Text~boldText~ - Text will be in *
; bold *
; italicText - Display text in italic *
; underlineText - displayText in underline *
; boldItalicText - display text in bold italic *
;******************************************************************************
.userlink boldText ':hp2.%t:ehp2.'
.userlink italicText ':hp1.%t:ehp1.'
.userlink underlineText ':hp5.%t:ehp5.'
.userlink boldItalicText ':hp3.%t:ehp3.'
;******************************************************************************
; Links *
; *
; Notice that graphicLink needs HLPDK V11.0! V10.0 is not enough ! *
;******************************************************************************
.userlink graphicLink "%n:artwork name='%g1' runin.%n:artlink.%n:link reftype=hd res=%r2.%n:eartlink."
.userlink graphicPopup "%n:artwork name='%g1' runin.%n:artlink.%n:link refid=%2 reftype=fn.%n:eartlink."
.endif